home *** CD-ROM | disk | FTP | other *** search
/ Unreal Tools / UnrealTools.iso / Unreal Script Tools / ScriptTools.iso / UnrealScriptIDEInstall.exe / UDKDevKitVSXSetupShell.msi / _DE6623159AF242C18F073499F4E4B2F1 < prev    next >
Encoding:
Text (UTF-16)  |  2012-06-04  |  6.3 KB  |  73 lines

  1. [$RootKey$]
  2. "InstallDir"="$RootFolder$"
  3. "ThisVersionDTECLSID"="{79c2b181-2f46-43d7-90c6-23cce9c32312}"
  4. "ThisVersionSolutionCLSID"="{5cf8db1c-8c31-417e-94e7-db31a1b79746}"
  5. "SplashScreenBitmap"="$RootFolder$\Splash.bmp"
  6. "AppName"="UDKDevKitVSXShell"
  7. "AppIcon"="$RootFolder$\ApplicationIcon.ico"
  8. "ProductVersion"="1.0"
  9. "CommandLineLogo"="Unreal Script IDE"
  10. "UserFilesSubFolderName"="UDKDevKitVSXShell"
  11. "NewProjDlgSlnTreeNodeTitle"="UDKDevKitVSXShell Solution"
  12. "NewProjDlgInstalledTemplatesHdr"="UDKDevKitVSXShell installed templates"
  13. "HideMiscellaneousFilesByDefault"=dword:00000000
  14. "AddinsAllowed"=dword:00000001
  15. "DisableOutputWindow"=dword:00000000
  16. "AllowsDroppedFilesOnMainWindow"=dword:00000001
  17. "DefaultSearchPage"="http://www.bing.com"
  18. "DefaultHomePage"="http://uside.codeplex.com/"
  19. "HideSolutionConcept"=dword:00000000
  20. "DefaultDebugEngine"="{00000000-0000-0000-0000-000000000000}"
  21. "UserOptsFileExt"="UDKDevKitVSXShell_suo"
  22. "SolutionFileExt"="UDKDevKitVSXShell_sln"
  23. "DefaultUserFilesFolderRoot"="UDKDevKitVSXShell"
  24. "SolutionFileCreatorIdentifier"="UDKDevKitVSXShell Solution File, Format Version 11.00"
  25. "DefaultProjectsLocation"="$MyDocuments$\UDKDevKitVSXShell"
  26. "AppLocalizationPackage"="{c72c4472-1800-48c8-951d-cf16fcbe88c0}"
  27. // set ShowHierarchyRootInTitle to dword:00000000 to omit the project name from the main window title
  28. "ShowHierarchyRootInTitle"=dword:00000000
  29. // Startpage is disabled by default. Uncomment the following to enable start page feature.
  30. // Please note one need to also specify a Start Page "Uri" under "[$RootKey$\StartPage\Default]" and
  31. // comment out No_ShellPkg_StartPageCommand in the UI project's vsct file.
  32. "DisableStartPage"=dword:00000000
  33.  
  34. // If you enable a Start Page, specify the Uri of the loose or compiled Start Page XAML file.
  35. [$RootKey$\StartPage\Default]
  36. "Uri"="$RootFolder$\StartPage.xaml"
  37.  
  38. //If you have a directory containing assemblies that need to be loaded, but not added
  39. //  to the probing path of the .config file, then you can add those here. Simply uncomment
  40. //  then add your directories to this key, and the AppDomain manager will look for your
  41. //  assemblies under the paths given.
  42. //[$RootKey$\BindingPaths\{c72c4472-1800-48c8-951d-cf16fcbe88c0}]
  43. //"$RootFolder$"=""
  44. //"C:\Directory1"=""
  45. //"C:\Directory2"=""
  46.  
  47. [$RootKey$\Menus]
  48. "{c72c4472-1800-48c8-951d-cf16fcbe88c0}"=", 1000, 1"
  49.  
  50. [$RootKey$\Profile]
  51. "DefaultVsProfile"="$RootFolder$\Profiles\General.vssettings"
  52.  
  53. [$RootKey$\Packages\{c72c4472-1800-48c8-951d-cf16fcbe88c0}]
  54. "Inprocserver32"="$RootFolder$\UDKDevKitVSXShell.exe"
  55.  
  56. [$RootKey$\Packages\{c72c4472-1800-48c8-951d-cf16fcbe88c0}\SatelliteDll]
  57. "DllName"="UDKDevKitVSXShellui.dll"
  58. "Path"="$RootFolder$"
  59.  
  60. // Create local VS template location
  61. [$RootKey$\VSTemplate\Item]
  62. "UserFolder"="$RootFolder$\ItemTemplates"
  63. "CacheFolder"="$RootFolder$\ItemTemplatesCache"
  64.  
  65. [$RootKey$\VSTemplate\Project]
  66. "UserFolder"="$RootFolder$\ProjectTemplates"
  67. "CacheFolder"="$RootFolder$\ProjectTemplatesCache"
  68.  
  69. // Disable the online template tab and the framework dropdown in the new project and item dialog.
  70. [$RootKey$\NewProjectDialog]
  71. "DisableOnlineTemplates"=dword:00000001
  72. "HideFrameworkSelection"=dword:00000001
  73.